home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FreeRAM XP / FreeRAM XP Pro 1.40.exe / 0 / RCDATA / TFORM8 / TFORM8.txt < prev   
Text File  |  2003-11-30  |  3KB  |  143 lines

  1. object Form8: TForm8
  2.   Left = 275
  3.   Top = 531
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warning: Low system resources'
  7.   ClientHeight = 204
  8.   ClientWidth = 412
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Image1: TImage
  26.     Left = 9
  27.     Top = 7
  28.     Width = 35
  29.     Height = 35
  30.     AutoSize = True
  31.     Picture.Data = {<image001.bmp>}
  32.     Transparent = True
  33.   end
  34.   object Label1: TLabel
  35.     Left = 59
  36.     Top = 110
  37.     Width = 346
  38.     Height = 13
  39.     Caption = 
  40.       'Current system resources (Note: taken at time of message; do not' +
  41.       ' update)'
  42.   end
  43.   object Label2: TLabel
  44.     Left = 80
  45.     Top = 127
  46.     Width = 153
  47.     Height = 13
  48.     Caption = 'System: 0%   User: 0%   GDI: 0%'
  49.   end
  50.   object StaticText1: TStaticText
  51.     Left = 59
  52.     Top = 7
  53.     Width = 350
  54.     Height = 42
  55.     AutoSize = False
  56.     Caption = 
  57.       'FreeRAM XP has detected low system resources. Consider closing s' +
  58.       'ome applications, or saving all your work and restarting Windows' +
  59.       '.'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.     TabOrder = 0
  67.   end
  68.   object StaticText2: TStaticText
  69.     Left = 59
  70.     Top = 49
  71.     Width = 345
  72.     Height = 21
  73.     AutoSize = False
  74.     Caption = 
  75.       'Low system resources (under 20%) may cause your computer to cras' +
  76.       'h.'
  77.     TabOrder = 1
  78.   end
  79.   object StaticText3: TStaticText
  80.     Left = 59
  81.     Top = 66
  82.     Width = 345
  83.     Height = 37
  84.     AutoSize = False
  85.     Caption = 
  86.       'FreeRAM XP is displaying this message because one or more system' +
  87.       ' resources is below the user-specified limit. To change this lim' +
  88.       'it, please go to the Settings window.'
  89.     TabOrder = 2
  90.   end
  91.   object Button1: TButton
  92.     Left = 35
  93.     Top = 149
  94.     Width = 81
  95.     Height = 25
  96.     Hint = 'Click to close.'
  97.     Caption = '&OK'
  98.     Default = True
  99.     TabOrder = 3
  100.     OnClick = Button1Click
  101.   end
  102.   object CheckBox1: TCheckBox
  103.     Left = 18
  104.     Top = 180
  105.     Width = 401
  106.     Height = 17
  107.     Hint = 
  108.       'This option specifies if FreeRAM XP will always display a warnin' +
  109.       'g message when system resources are below a user-specified amoun' +
  110.       't.'
  111.     Caption = 
  112.       '&Display a warning message when low system resources are detecte' +
  113.       'd'
  114.     Checked = True
  115.     State = cbChecked
  116.     TabOrder = 4
  117.     OnClick = CheckBox1Click
  118.   end
  119.   object Button3: TButton
  120.     Left = 294
  121.     Top = 149
  122.     Width = 81
  123.     Height = 25
  124.     Hint = 'Click to open the Settings window.'
  125.     Caption = 'S&ettings'
  126.     TabOrder = 5
  127.     OnClick = Button3Click
  128.   end
  129.   object Button2: TButton
  130.     Left = 123
  131.     Top = 149
  132.     Width = 164
  133.     Height = 25
  134.     Hint = 
  135.       'Click to close this window and disable this warning message unti' +
  136.       'l the next time FreeRAM XP is started.'
  137.     Cancel = True
  138.     Caption = '&Disable Warning this Session'
  139.     TabOrder = 6
  140.     OnClick = Button2Click
  141.   end
  142. end
  143.